home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Shareware Grab Bag
/
Shareware Grab Bag.iso
/
001
/
boyan_d3.arc
/
TCOMM.BSC
< prev
Wrap
Text File
|
1986-01-19
|
1KB
|
41 lines
\\ TCOMM is a type of Bulletin Board System which is quite popular in
\\ the Washington, D.C. area and is quickly spreading across the country.
\\ This script automates TComm logons.
\\ You must set the following macros with BOYAN's configuration module:
\\ \! = Macro # 11 = Your first name
\\ \@ = Macro # 12 = Your last name
\\ \# = Macro # 13 = Your password
\\ The following blocks are included within this script:
\\ LOGON runs TComm logon
\\ QUESTIONS answers all of TComm's logon questions, no matter
\\ what order the sysop has configured them in.
\\ If you make any significant improvements to this script, please feel
\\ free to share them with others (or with me!) Thanks. -Justin Boyan
|LOGON
\DM[CONNECTED TO TCOMM SYSTEM!]
\BL[QUESTIONS]\\ This nests another block to answer all TComm questions.
\DM[LOGON COMPLETE.]
|QUESTIONS
\WP[1]\\ waits for the next TComm prompt
\\ The following IF commands test to see which prompt it is, and
\\ respond appropriately. If the prompt is "Main command" you have
\\ reached the main menu and the \EB command ends the QUESTIONS block.
\\ Otherwise, the block repeats with the \GB[GRAPHICS] command.
\IF+Press ENTER to continue[{]
\IF+number one[N{]
\IF+red background[Y{]
\IF+Color Graphics[Y{]
\IF+dash on the right[Y{]
\IF+First & last name[\! \@{]
\IF+password[\#{]
\IF+Strike a key when ready[ ]
\IF+Main command[\EB]
\GB[QUESTIONS]